encoding/json.decodeState.objectInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L616: 		oi := d.objectInterface()
		decode.go#L1029: 		val = d.objectInterface()
		decode.go#L1064: func (d *decodeState) objectInterface() map[string]any {